-
Notifications
You must be signed in to change notification settings - Fork 277
DOC-4952 Python scan iterators page #1313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dwdougherty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few items that I'll leave to your discretion.
| import redis | ||
|
|
||
| r = redis.Redis(decode_responses=True) | ||
| # REMOVE_START |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove line.
| r = redis.Redis(decode_responses=True) | ||
| # REMOVE_START | ||
| r.flushall() | ||
| # REMOVE_END |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove line.
Co-authored-by: David Dougherty <[email protected]>
|
@dwdougherty Good catch(es), thanks! I've added all of them. |
DOC-4952
I'll add similar pages for the other clients also. The main reason for making this a separate page is to help with the separate ioredis migration docs and also because this is useful info for PHP, but we don't have any TCEs where we could add this stuff in.